SftTabs/NET 6.0

FlatMode Property, SftTabs Class

Softel vdm, Inc.

Defines whether the control's border is displayed in flat mode.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property FlatMode As Boolean

C#   

public bool FlatMode { get; set; }

C++   

public: property bool FlatMode {
        bool get();
        void set(bool value);
}

Property Value

True if the tab control uses a flat border, False otherwise, in which case a 3-dimensional border is used.

The default value is False.

Comments

The FlatMode property defines whether the control's border is displayed in flat mode.

The FlatMode property affects the border drawn around the tabs and the client area.

Certain tab styles do not offer both a flat and 3D display style. The FlatMode property has no effect for these tab styles.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com